Opc.Ua.Security.Certificates
RevokedCertificate Constructor(Byte[],CRLReason)



Opc.Ua.Security.Certificates Namespace > RevokedCertificate Class > RevokedCertificate Constructor : RevokedCertificate Constructor(Byte[],CRLReason)
The serial number
The reason for revocation
Construct revoked certificate with serialnumber, actual UTC time and the CRL reason.
Syntax
'Declaration
 
Public Function New( _
   ByVal serialNumber() As Byte, _
   ByVal crlReason As CRLReason _
)
'Usage
 
Dim serialNumber() As Byte
Dim crlReason As CRLReason
 
Dim instance As New RevokedCertificate(serialNumber, crlReason)
public RevokedCertificate( 
   byte[] serialNumber,
   CRLReason crlReason
)
public:
RevokedCertificate( 
   array<byte>^ serialNumber,
   CRLReason crlReason
)

Parameters

serialNumber
The serial number
crlReason
The reason for revocation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RevokedCertificate Class
RevokedCertificate Members
Overload List